Hi,
I’m currently developping an exporter from PagerDuty (API) to ElasticSearch. I would like to index incidents and have nice dashboards + reports (canvas) in Kibana. All is working well except I can’t figure out why the response for a resolved incident has some its fields empty. For example, (two fields I want the most) :
"assignments": [],
"acknowledgements": [],
I get that was made with purpose, but why?
Regards,